- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Finalize #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Finalize #2
Conversation
This change enables compatibility for measuring code coverage with Clang versions 14 through 20 by supporting their respective raw profile formats. Signed-off-by: Saman Dehghan <samaan.dehghan@gmail.com>
| 
           Let me list some to-do's 
  | 
    
        
          
                xen/common/coverage/llvm.c
              
                Outdated
          
        
      | #define LLVM_PROFILE_VERSION 8 | ||
| #define LLVM_PROFILE_NUM_KINDS 2 | ||
| #else | ||
| #error "Unsupported Clang version" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: maybe be more specific e.g. "LLVM coverage selected but an unsupported clang version is used" so that people don't wrongly think Clang <14 is not supported at all even w/o coverage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
No description provided.